home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl.lha / akcl / V / h / eval.h < prev    next >
C/C++ Source or Header  |  1988-09-18  |  863b  |  45 lines

  1. Changes file for /usr/local/src/kcl/h/eval.h
  2. Created on Sun Sep 18 21:51:49 1988
  3. Usage \n@s[Original text\n@s|Replacement Text\n@s]
  4. See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c
  5. for a program to merge change files.  Anything not between
  6. "\n@s[" and  "\n@s]" is a simply a comment.
  7. This file was constructed using emacs and  merge.el
  8. Enhancements Copyright (c) W. Schelter All rights reserved.
  9.    by (Bill Schelter)  wfs@carl.ma.utexas.edu 
  10.  
  11.  
  12. ****Change:(orig (19 19 a))
  13. @s[int *cs_org;
  14. int *cs_limit;
  15.  
  16.  
  17. @s|int *cs_org;
  18. int *cs_limit;
  19.  
  20.  
  21. /* we catch the segmentation fault and check to warn of c stack overflow */
  22.  
  23. @s]
  24.  
  25.  
  26. ****Change:(orig (20 20 a))
  27. @s[#ifdef AV
  28.  
  29. @s|#ifdef AV
  30. #ifndef cs_check
  31.  
  32. @s]
  33.  
  34.  
  35. ****Change:(orig (23 23 a))
  36. @s[    if ((int *)(&something) < cs_limit) \
  37.         cs_overflow()
  38.  
  39. @s|    if ((int *)(&something) < cs_limit) \
  40.         cs_overflow()
  41. #endif
  42.  
  43. @s]
  44.  
  45.